home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
Utilities
/
Ph 1.1.1
/
PhClient
/
crypt.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-03-08
|
272 b
|
12 lines
|
[
TEXT/MPS
]
/*______________________________________________________________________
crypt.h - BSD encryption Interface.
_____________________________________________________________________*/
#ifndef __crypt__
#define __crypt__
extern char *crypt (char *pw, char *salt);
#endif